Bomb timer adventure game win32 c++ [on hold]

Posted by user3491746 on Game Development See other posts from Game Development or by user3491746
Published on 2014-06-12T18:56:09Z Indexed on 2014/06/12 21:41 UTC
Read the original article Hit count: 219

Filed under:
|
|

I'm working on an adventure game in win32 and opengl for my 2nd year university project for class. I am pretty much finished my game but I'm stuck on the concept of how to program a timer which outputs hh : mm : ss -- but which countdown, not up. I've made a clock which counts up using vector matrices and the segxseg matrix algorithm but I cannot figure out how to make a clock (it can be simple even text using wsprintf) that counts down in that format. Can anyone possible give me an example or some literature that I can read on how to do this? Please dont suggest for me to use another environment, I've already been working here for 2 months on this game, and I'm pretty much done so i'm at no point to switch over. Can anyone show me how I can take a shot at this component of my project? Thanks a bunch! Anything that I can get is appreciated.

© Game Development or respective owner

Related posts about c++

Related posts about timer